object RenameForm: TRenameForm Left = 524 Top = 104 Width = 225 Height = 150 Caption = 'Rename' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter Scaled = False OnShow = FormShow TextHeight = 16 object Label1: TLabel Left = 9 Top = 8 Width = 57 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'Rename' end object Label2: TLabel Left = 9 Top = 40 Width = 54 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'To' end object FromName: TEdit Left = 73 Top = 8 Width = 120 Height = 24 TabOrder = 0 end object RzPanel1: TRzPanel Left = 0 Top = 77 Width = 217 Height = 46 BevelSides = [sdTop] BorderSides = [] Align = alBottom BevelInner = bvLowered TabOrder = 1 object BitBtn1: TBitBtn Left = 16 Top = 8 Width = 89 Height = 33 TabOrder = 0 Kind = bkOK Style = bsNew end object BitBtn2: TBitBtn Left = 112 Top = 8 Width = 89 Height = 33 TabOrder = 1 Kind = bkCancel Style = bsNew end end object ToName: TEdit Left = 72 Top = 40 Width = 121 Height = 24 TabOrder = 2 end end